home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 482 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.4 KB

  1. From: Claus Brod <clausb@hpbeo79.bbn.hp.com>
  2. Subject: Re: mint-aware HD driver 
  3. Date: Fri, 10 Sep 93 16:11:17 MESZ
  4. Mailer: Elm [revision: 70.85]
  5.  
  6. > All you need is the driver in two parts, the lower part being an interrupt
  7. > based hardware driver 
  8. > which picks up requests (which included a pointer to a buffer) from a
  9. > queue and passes back "done" messages. The upper determines the device,
  10. > places a request on the queue, puts the process on the I/O pending queue and
  11. > returns.
  12. [...]
  13. > How's that?
  14.  
  15. Not bad, although I'm concerned about the overhead that such a split
  16. driver would cause. But anyway, the driver's design is not the main
  17. problem, as I mentioned in my previous post.
  18.  
  19. > But then all existing software for HD would have to be changed to use
  20. > >it correctly.
  21. > Methinks this will have to be done anyway, the current ones busy idle as far
  22. > as I can tell.
  23.  
  24. Why should old software *have* to be changed?  Software that
  25. blocks I/O channels is annoying, but it's not really harmful, and
  26. it can still work in a multitasking environment.  Let's be
  27. realistic:  Most programmers do not invest any time in their old
  28. Atari programs and have moved to other projects/platforms, so it
  29. would be highly unadvisable to break old software *now*.
  30.  
  31. --clausb@hpbeo79.bbn.hp.com-----------------------------------------------
  32. Claus Brod, MDD, HP Boeblingen      Magic is real unless declared integer.
  33. --#include <std_disclaimer>-----------------------------------------------
  34.